home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [83].lua < prev    next >
Encoding:
Text File  |  2011-11-07  |  581 b   |  12 lines

  1. -- Script [83]
  2. Starting = 0;
  3. SeaEvent = 0;
  4.  
  5. CrewID = math.random(0, CrewCount);
  6.  
  7. CrewName = GetCrewName(CrewID);
  8.  
  9. ShowStoryText("Strangely enough, when you return, " .. CrewName .. " is nowhere to be found. When you visit his bunk, most of his belongs are missing, the few remaining neatly tidied away almost as if he never expected to return. A chill courses through you, and you resolve never to revisit that strange, empty vessel again.");
  10.  
  11. KillCrew(CrewID);
  12. AddCaptainsLog("Explored the AMS Intractable, but found a crewmember mysteriously missing upon my return.");